Added named pipes comm between client and shell extensions
[pithos-ms-client] / trunk / Pithos.ShellExtensions / Service References / PithosService / mex2.xsd
1 <?xml version="1.0" encoding="utf-8"?>
2 <xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/Pithos.Interfaces" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/Pithos.Interfaces" xmlns:xs="http://www.w3.org/2001/XMLSchema">
3   <xs:import schemaLocation="http://localhost:30000/pithos/mex?xsd=xsd1" namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
4   <xs:import schemaLocation="http://localhost:30000/pithos/mex?xsd=xsd4" namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
5   <xs:simpleType name="FileOverlayStatus">
6     <xs:restriction base="xs:string">
7       <xs:enumeration value="Deleted">
8         <xs:annotation>
9           <xs:appinfo>
10             <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">-2</EnumerationValue>
11           </xs:appinfo>
12         </xs:annotation>
13       </xs:enumeration>
14       <xs:enumeration value="NA">
15         <xs:annotation>
16           <xs:appinfo>
17             <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">-1</EnumerationValue>
18           </xs:appinfo>
19         </xs:annotation>
20       </xs:enumeration>
21       <xs:enumeration value="Normal">
22         <xs:annotation>
23           <xs:appinfo>
24             <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">0</EnumerationValue>
25           </xs:appinfo>
26         </xs:annotation>
27       </xs:enumeration>
28       <xs:enumeration value="Modified">
29         <xs:annotation>
30           <xs:appinfo>
31             <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</EnumerationValue>
32           </xs:appinfo>
33         </xs:annotation>
34       </xs:enumeration>
35       <xs:enumeration value="Conflict">
36         <xs:annotation>
37           <xs:appinfo>
38             <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2</EnumerationValue>
39           </xs:appinfo>
40         </xs:annotation>
41       </xs:enumeration>
42       <xs:enumeration value="Synch">
43         <xs:annotation>
44           <xs:appinfo>
45             <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">3</EnumerationValue>
46           </xs:appinfo>
47         </xs:annotation>
48       </xs:enumeration>
49     </xs:restriction>
50   </xs:simpleType>
51   <xs:element name="FileOverlayStatus" nillable="true" type="tns:FileOverlayStatus" />
52   <xs:complexType name="PithosSettingsData">
53     <xs:sequence>
54       <xs:element minOccurs="0" name="Accounts" nillable="true" type="tns:ArrayOfAccountSettings" />
55       <xs:element minOccurs="0" name="ApiKey" nillable="true" type="xs:string" />
56       <xs:element minOccurs="0" name="ExtensionsActivated" type="xs:boolean" />
57       <xs:element minOccurs="0" name="IconsPath" nillable="true" type="xs:string" />
58       <xs:element minOccurs="0" name="PithosPath" nillable="true" type="xs:string" />
59       <xs:element minOccurs="0" name="ProxyAuthentication" type="xs:boolean" />
60       <xs:element minOccurs="0" name="ProxyPassword" nillable="true" type="xs:string" />
61       <xs:element minOccurs="0" name="ProxyPort" type="xs:int" />
62       <xs:element minOccurs="0" name="ProxyServer" nillable="true" type="xs:string" />
63       <xs:element minOccurs="0" name="ProxyUsername" nillable="true" type="xs:string" />
64       <xs:element minOccurs="0" name="UseDefaultProxy" type="xs:boolean" />
65       <xs:element minOccurs="0" name="UseManualProxy" type="xs:boolean" />
66       <xs:element minOccurs="0" name="UseNoProxy" type="xs:boolean" />
67       <xs:element minOccurs="0" name="UserName" nillable="true" type="xs:string" />
68     </xs:sequence>
69   </xs:complexType>
70   <xs:element name="PithosSettingsData" nillable="true" type="tns:PithosSettingsData" />
71   <xs:complexType name="ArrayOfAccountSettings">
72     <xs:sequence>
73       <xs:element minOccurs="0" maxOccurs="unbounded" name="AccountSettings" nillable="true" type="tns:AccountSettings" />
74     </xs:sequence>
75   </xs:complexType>
76   <xs:element name="ArrayOfAccountSettings" nillable="true" type="tns:ArrayOfAccountSettings" />
77   <xs:complexType name="AccountSettings">
78     <xs:sequence>
79       <xs:element minOccurs="0" name="AccountName" nillable="true" type="xs:string" />
80       <xs:element minOccurs="0" name="ApiKey" nillable="true" type="xs:string" />
81       <xs:element xmlns:q1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="SelectiveFolders" nillable="true" type="q1:ArrayOfanyType" />
82     </xs:sequence>
83   </xs:complexType>
84   <xs:element name="AccountSettings" nillable="true" type="tns:AccountSettings" />
85 </xs:schema>